ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MovingAverage<T> Class / Type Property

In This Topic
    Type Property (MovingAverage<T>)
    In This Topic
    Gets or sets the type of the moving average line.
    Syntax
    'Declaration
     
    Public Property Type As MovingAverageType
    public MovingAverageType Type {get; set;}
    See Also